﻿2026-06-15T13:16:39.1217273Z ##[group]Run actions/checkout@v5
2026-06-15T13:16:39.1218092Z with:
2026-06-15T13:16:39.1218525Z   repository: SaberMage/spt-core
2026-06-15T13:16:39.1222022Z   token: ***
2026-06-15T13:16:39.1222427Z   ssh-strict: true
2026-06-15T13:16:39.1222827Z   ssh-user: git
2026-06-15T13:16:39.1223228Z   persist-credentials: true
2026-06-15T13:16:39.1223661Z   clean: true
2026-06-15T13:16:39.1224074Z   sparse-checkout-cone-mode: true
2026-06-15T13:16:39.1224545Z   fetch-depth: 1
2026-06-15T13:16:39.1224923Z   fetch-tags: false
2026-06-15T13:16:39.1225323Z   show-progress: true
2026-06-15T13:16:39.1225727Z   lfs: false
2026-06-15T13:16:39.1226114Z   submodules: false
2026-06-15T13:16:39.1226523Z   set-safe-directory: true
2026-06-15T13:16:39.1227179Z ##[endgroup]
2026-06-15T13:16:39.2064113Z Syncing repository: SaberMage/spt-core
2026-06-15T13:16:39.2065940Z ##[group]Getting Git version info
2026-06-15T13:16:39.2066648Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T13:16:39.2067730Z [command]/usr/bin/git version
2026-06-15T13:16:39.2068184Z git version 2.43.0
2026-06-15T13:16:39.2069811Z ##[endgroup]
2026-06-15T13:16:39.2075025Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e2e1f44b-52f1-4d76-891e-8052bfa29550' before making global git config changes
2026-06-15T13:16:39.2076269Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T13:16:39.2078157Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T13:16:39.2113353Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T13:16:39.2133167Z https://github.com/SaberMage/spt-core
2026-06-15T13:16:39.2143474Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T13:16:39.2145898Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T13:16:39.2163965Z refs/heads/main
2026-06-15T13:16:39.2170620Z [command]/usr/bin/git checkout --detach
2026-06-15T13:16:39.2211772Z HEAD is now at 1fc700b Merge pull request #15 from SaberMage/docs/profile-qualifier-at-bind
2026-06-15T13:16:39.2246457Z [command]/usr/bin/git branch --delete --force main
2026-06-15T13:16:39.2270944Z Deleted branch main (was 1fc700b).
2026-06-15T13:16:39.2274757Z ##[endgroup]
2026-06-15T13:16:39.2277180Z [command]/usr/bin/git submodule status
2026-06-15T13:16:39.2464499Z ##[group]Cleaning the repository
2026-06-15T13:16:39.2466413Z [command]/usr/bin/git clean -ffdx
2026-06-15T13:16:39.2493434Z Removing traceable-reqs
2026-06-15T13:16:39.2500759Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T13:16:39.2544055Z HEAD is now at 1fc700b Merge pull request #15 from SaberMage/docs/profile-qualifier-at-bind
2026-06-15T13:16:39.2548904Z ##[endgroup]
2026-06-15T13:16:39.2550433Z ##[group]Disabling automatic garbage collection
2026-06-15T13:16:39.2553430Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T13:16:39.2576898Z ##[endgroup]
2026-06-15T13:16:39.2577751Z ##[group]Setting up auth
2026-06-15T13:16:39.2582927Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T13:16:39.2605639Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T13:16:39.2791302Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T13:16:39.2817815Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T13:16:39.3001575Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T13:16:39.3028642Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T13:16:39.3219183Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T13:16:39.3249695Z ##[endgroup]
2026-06-15T13:16:39.3267655Z ##[group]Fetching the repository
2026-06-15T13:16:39.3268922Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4540629cd05ffb7eed0359beacf84e6f8edeee8c:refs/remotes/pull/16/merge
2026-06-15T13:16:39.8844377Z From https://github.com/SaberMage/spt-core
2026-06-15T13:16:39.8845716Z  * [new ref]         4540629cd05ffb7eed0359beacf84e6f8edeee8c -> pull/16/merge
2026-06-15T13:16:39.8863021Z ##[endgroup]
2026-06-15T13:16:39.8864267Z ##[group]Determining the checkout info
2026-06-15T13:16:39.8865268Z ##[endgroup]
2026-06-15T13:16:39.8874092Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T13:16:39.8908401Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T13:16:39.8933613Z ##[group]Checking out the ref
2026-06-15T13:16:39.8935159Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/16/merge
2026-06-15T13:16:39.9030013Z Previous HEAD position was 1fc700b Merge pull request #15 from SaberMage/docs/profile-qualifier-at-bind
2026-06-15T13:16:39.9032666Z HEAD is now at 4540629 Merge 23e53fc39ba7d7d4efb34e086e13cd1cc03ddf28 into 1fc700baa4fd92c86c43744469cbd074dc4c23fa
2026-06-15T13:16:39.9037129Z ##[endgroup]
2026-06-15T13:16:39.9068132Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T13:16:39.9090549Z 4540629cd05ffb7eed0359beacf84e6f8edeee8c
